home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / unity331.zip / WHATS.NEW < prev   
Text File  |  1991-09-26  |  13KB  |  307 lines

  1. This file contains information about new features of Unity that
  2. may not be documented in the disk manual or the printed manual.
  3.  
  4. 3.3.1
  5.  
  6.  - Fixed a bug when using conditionals and interence rules
  7.    together, specifically, under 3.3.0 the following would fail:
  8.  
  9.         #IFDEF debug
  10.           MYFILE.EXE : MYFILE.OBJ TEST.OBJ
  11.         #ELSE
  12.           MYFILE.EXE : MYFILE.OBJ
  13.         #ENDIF
  14.  
  15.    When checking to see if an inference rule is was required the
  16.    line following the dependency is check to see if it is blank.
  17.    The above to lists are followed by a conditional and not a
  18.    blank line.  Now, a check is made for a blank line, #ELSE,
  19.    #ELSEIF, and #ENDIF.
  20.  
  21. 3.3.0
  22.  
  23.  - After a compile or assemble, all error messages without
  24.    filenames (if any) will be displayed first in a scrollable
  25.    window, then the first error message with a filename will be
  26.    displayed.
  27.  
  28.  - Now supports inference rules in project files.  For those of
  29.    you not familar, an inference rule is a way of setting the
  30.    command list for a given target and source extension and
  31.    having all the commands executed automatically.  See the
  32.    manual for additional information.
  33.  
  34.  - You can now separate file lists with a command (,) or plus (+)
  35.    when making dependency lists.  This is in addition to the space
  36.    and tab supported in previous version.  This was added to support
  37.    certain linkers (such as PLINK) with the %L variable which don't
  38.    work with a space as the separater.
  39.  
  40.  - Fixed a bug that would cause the program to crash on returning
  41.    from a shell if the UNITY.VID was not found at startup.  This
  42.    meant unregistered versions would always crash after a DOS
  43.    shell since video device drivers are not supported without
  44.    registration.
  45.  
  46.  - You can now define string macros from the Program/Symbols menu
  47.    selection.  For example, typing BASE=MYFILE defines the symbol
  48.    $(BASE).
  49.  
  50.  - You can now define string macros in the environment.  For
  51.    example, at the DOS prompt you can type:
  52.  
  53.         SET $(ASM)=assemble /m %%B%%N
  54.  
  55.    Note the use of two percent characters.  DOS replaces double
  56.    percents with a single percent when typing at the DOS prompt.
  57.    Then environment is always checked last so macros defined in
  58.    the project file or with Program/Symbols will take precedence.
  59.  
  60.  - Unity now gives up time to Desqview more often.  Since I
  61.    started actually using Desqview I've been able to fine tune
  62.    settings that were originally implemented using pure theory.
  63.    When there are no keystrokes pending Unity will give up nearly
  64.    all the available time to Desqview.
  65.  
  66.  - Removed the Pick Error command.  It was buggy and not all that
  67.    useful.
  68.  
  69.  - New beg screen.  Looks "spiffy".  I know, who cares.
  70.  
  71. Version 3.2.1
  72.  
  73.  - When a compile error is detected, all the files are kept open
  74.    instead of closing all files except the one with the error.
  75.    If the number of open files is at the limit (currently 6
  76.    windows) one file will be closed to make room for the new
  77.    file.  After switching to or loading the first error file the
  78.    screen will be ZOOMED so the errant file fills the screen.
  79.  
  80.  - Added a DesqView Video Mode option.  Set this to the video
  81.    mode you desire when running under DesqView.  This option was
  82.    added because of DesqView's limited video mode support.  The
  83.    default mode is 25x80.
  84.  
  85.  - Because of the previous change (DesqView Mode), the format of
  86.    the configuration file has changed.  Included is UCONVERT.EXE
  87.    which will convert old format UNITY.CFG files to the new
  88.    format. Simply execute UCONVERT.EXE while in the same
  89.    subdirectory as a configuration file.
  90.  
  91.  - I forgot to mention this, as of version 3.1.0 Unity only
  92.    requires expanded memory LIM 3.2, not LIM 4.0 as in previous
  93.    versions.
  94.  
  95.  - Now, if you change the fixed tab size, the new tab size will
  96.    be used in the current window.
  97.  
  98.  - Fixed the cursor so that it would be hidden on the file pick
  99.    lists (Utilities/Directory, etc).
  100.  
  101.  - Added the variable %COMSPEC for use in project files.  This
  102.    can be used to execute the command processor, for example:
  103.  
  104.         #WINDOW %COMSPEC DEL %B%N.BAK
  105.  
  106.  - Took out compression of the help text.  It wasn't being
  107.    compressed all that much but took up about 10k of code and
  108.    data space.
  109.  
  110.  - Added the Shift Block Left and Shift Block Right commands.
  111.    These are set to ShiftF7 and ShiftF8 by default (also AltLft
  112.    and AltRgt if an enhanced keyboard is detected).  Useful when
  113.    changing the indent levels of a block of source code.
  114.  
  115.  - Fixed a bug where EMS swapping was disabled if there was
  116.    sufficient XMS memory available for the swap but it was
  117.    disabled from the "sWapping" menu.
  118.  
  119.  - Added the #BUILDON and #BUILDOFF directives for use in project
  120.    files.  #BUILDON causes all subseqent files to be treated as
  121.    if they are out of date while #BUILDOFF switches back to the
  122.    default mode of testing the date stamp of files to decide if a
  123.    recompile is in order.
  124.  
  125.  - Changed project code so that a dependency list is retained
  126.    until a blank line is reached.  Previously, a project
  127.    directive such as #ELSE or #ENDIF would cause the dependency
  128.    list to be cleared.
  129.  
  130. Version 3.2.0
  131.  
  132.  - Users of QEMM, 386^MAX, or other memory managent programs
  133.    should no longer have a problem with Unity.
  134.  
  135.  - Unity now traps compiler messages that are displayed using the
  136.    BIOS and redirects them using the standard output device.  This
  137.    should fix problems with programs such as Clipper and Realia
  138.    Cobol which partially use the BIOS for displaying messages.
  139.  
  140.  - When parsing project files, command line options, such as %N had
  141.    to be in upper case (%n wouldn't work).  This has been fixed.
  142.  
  143.  - The timed delay is entirely gone.  You must now press a random
  144.    function key to get by the startup screen.  This is the least
  145.    offensive type of "annoy-ware".
  146.  
  147.  - There was a slight bug that could cause your screen to switch
  148.    to the second display on some occassions.
  149.  
  150.  - Unity now uses device drivers to handle special video modes.
  151.    However, I've decided to only include special device drivers
  152.    with registered copies.  Without registering you can only get
  153.    the standard 80x25 mode.  With registration you will receive
  154.    the following device drivers:
  155.  
  156.       EGA         : 80x25, 80x43
  157.       VGA         : 80x25, 80x28, 80x50
  158.       TRIDENT VGA : 80x25, 80x28, 80x30, 80x43, 80x50, 80x60,
  159.                     132x25, 132x30, 132x43, 132x60
  160.  
  161.    Registering will also include the assembler source code to
  162.    these drivers and documentation of the format so you could
  163.    modify them for other specialized video cards.  Additional
  164.    video device drivers will be included when they are written.
  165.  
  166. Version 3.1.2
  167.  
  168.  - Now completely supports an external configuration file.  When
  169.    you use the SAVE DEFAULTS option you are given the choice of
  170.    saving to a configuration file or modifying the EXE.  The
  171.    configuration file is automatically read on startup.
  172.  
  173.  - You can now have the editor save your files at specified
  174.    intervals.  You can select time range (0 to 255 minutes)
  175.    that specifies how long to wait before automatically saving
  176.    modified files. Setting the timer to zero (0) disables
  177.    autosave.  The default timer interval is 0 (disabled).  The
  178.    files will only be saved if there has been at least 30 seconds
  179.    of keyboard inactivity.  Note, if you use the GetCfg program
  180.    provided with version 3.1.1 it will set the timer to 1 minute.
  181.    The first thing you should do is set it to a more reasonable
  182.    value.
  183.  
  184.  - The old autosave option, which specified if all files should
  185.    be saved before a compile or just the current file, is no
  186.    longer supported.  Now all files are always automatically
  187.    saved before invoking a compiler-type tool.
  188.  
  189.  - Added support for the VGA 28 line mode.  This is experimental and
  190.    may get removed in future versions if it causes too many problems.
  191.  
  192.  - Added the #VAR project file directive and the associated $(name)
  193.    string macros.  This allows yo